aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2022-08-06 14:51:54 +0300
committerGravatar GitHub <[email protected]>2022-08-06 14:51:54 +0300
commit154bba3dea105348d9f3fd06c887d072035e9e9c (patch)
treef97244502d3c0e940bd4a6dc00c55a64d786fc1f /docker-compose.yml
parentAdded `last_applied` to `serializers` (diff)
parentMerge pull request #741 from python-discord/speedup-tests (diff)
Merge branch 'main' into api-last_applied
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index eb987624..a6f4fd18 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -8,12 +8,12 @@
# and additionally use the Django development server which is
# unsuitable for production.
-version: "3.6"
+version: "3.8"
services:
postgres:
image: postgres:13-alpine
ports:
- - "127.0.0.1:7777:5432"
+ - "7777:5432"
environment:
POSTGRES_DB: pysite
POSTGRES_PASSWORD: pysite
@@ -38,7 +38,7 @@ services:
- admin.web
- staff.web
ports:
- - "127.0.0.1:8000:8000"
+ - "8000:8000"
depends_on:
postgres:
condition: service_healthy