Skip to content

Commit

Permalink
Merge pull request #22 from VSLCatena/development
Browse files Browse the repository at this point in the history
Remove development stuff
  • Loading branch information
Kipjr authored Aug 13, 2023
2 parents ea0607c + dc62af9 commit 6b701fc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ services:
container_name: marktwerking.pma
hostname: pma
image: ghcr.io/linuxserver/phpmyadmin
# profiles:
# - debug
profiles:
- debug
environment:
PMA_HOST: *DB_HOST
PMA_USER: root
Expand Down Expand Up @@ -55,8 +55,7 @@ services:
context: ./src
dockerfile: Dockerfile
args:
- DEPLOY_ENV="development"
# - DEPLOY_ENV="production"
- DEPLOY_ENV="production" #development
container_name: marktwerking.php
environment:
MW_DB_HOST: *DB_HOST
Expand All @@ -68,8 +67,8 @@ services:
MW_DEBUG: *MW_DEBUG
TITLE: Marktwerking 2023
tty: true
volumes:
- ./src/html:/var/www/html
# volumes:
# - ./src/html:/var/www/html
ports:
- target: 80
host_ip: ${MW_CHOST_IP:-0.0.0.0}
Expand Down

0 comments on commit 6b701fc

Please sign in to comment.