Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
keevitaja committed Oct 25, 2021
1 parent 81b95ce commit ffbc5e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
version: '3.9'
services:
web:
main:
container_name: ${DOCKER_APP_CONTAINER}
image: main-${DOCKER_APP_NAME}
restart: always
env_file: ./.env
build:
Expand All @@ -25,6 +26,7 @@ services:
- ./home:/home/user
mariadb:
container_name: mariadb-10-4-${DOCKER_APP_NAME}
image: mariadb-${DOCKER_APP_NAME}
restart: always
env_file: ./.env
build:
Expand Down

0 comments on commit ffbc5e8

Please sign in to comment.