Files
api2/docker-compose.yml
T
Niklas FondbergandGitHub 0b0e4f99f8 Remove order model (#45)
* Add environment name

* Remove orders models
2022-01-31 10:24:19 +01:00

22 lines
488 B
YAML

version: '3.2'
services:
api22:
build:
context: ./
dockerfile: Dockerfile
container_name: api2.uwsgi.web
hostname: api2-uwsgi.local
ports:
- "1881:80"
environment:
- SQLALCHEMY_DATABASE_URI=postgresql://photowall:photowall@docker.for.mac.localhost/photowall
- API_KEYS=[]
- DEBUG=True
# - SQLALCHEMY_TRACK_MODIFICATIONS=True # change in prestart.sh
networks:
default:
external:
name: photowall-docker-network