Skip to content

Commit

Permalink
Minor changes to provide correct settings for dev enviornment
Browse files Browse the repository at this point in the history
* Removed the .env file from the Docker configuration so its read
locally and changes to it are immediately reflected.
* Updated the DB name in the Docker configuration
  • Loading branch information
sarah-savage committed Oct 18, 2024
1 parent a5e687e commit 64727bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
6 changes: 0 additions & 6 deletions .env.dist

This file was deleted.

8 changes: 1 addition & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ services:
- ${LOCAL_HTTP_PORT:-8099}:80
volumes:
- .:/var/www/html
env_file:
- .env.dist
- .env
networks:
traefik: ~
aspirepress-cdn: ~
Expand All @@ -33,7 +30,7 @@ services:
environment:
- POSTGRES_PASSWORD=password
- PGDATA=/opt/pgdata
- POSTGRES_DB=aspirepress_cdn
- POSTGRES_DB=aspirecloud
ports:
- "${LOCAL_POSTGRES_PORT:-5432}:5432"
volumes:
Expand All @@ -49,9 +46,6 @@ services:
target: dev
volumes:
- .:/var/www/html
env_file:
- .env.dist
- .env
networks:
aspirepress-cdn: ~
application:
Expand Down

0 comments on commit 64727bb

Please sign in to comment.