Skip to content

Commit

Permalink
Fill docker-compose.yml
Browse files Browse the repository at this point in the history
Adapt vars for my lean infra
  • Loading branch information
LucaBernstein committed Oct 28, 2021
1 parent dec6e25 commit 0b295e6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Sample Docker-Compose file
version: '3'

services:
db:
image: postgres
container_name: beancount_db
container_name: bc_db
restart: unless-stopped
networks:
- beancount
Expand All @@ -13,8 +14,8 @@ services:
- POSTGRES_USER=$POSTGRES_USER
- POSTGRES_PASSWORD=$POSTGRES_PASSWORD
app:
image:
container_name:
image: ghcr.io/lucabernstein/beancount-bot-tg:main
container_name: bc_tg_bot
restart: unless-stopped
networks:
- beancount
Expand Down

0 comments on commit 0b295e6

Please sign in to comment.