ok untracked now
parent
ff5b6f74a6
commit
7a9e46da7d
|
@ -1,21 +0,0 @@
|
||||||
version: "3"
|
|
||||||
|
|
||||||
services:
|
|
||||||
server:
|
|
||||||
build: .
|
|
||||||
image: microblogpub
|
|
||||||
container_name: microblogpub
|
|
||||||
user: 1000:1000
|
|
||||||
restart: always
|
|
||||||
networks:
|
|
||||||
- nproxy
|
|
||||||
volumes:
|
|
||||||
- ./data:/app/data
|
|
||||||
- ./app/static:/app/app/static
|
|
||||||
ports:
|
|
||||||
- "8000:8000"
|
|
||||||
|
|
||||||
networks:
|
|
||||||
nproxy:
|
|
||||||
external:
|
|
||||||
name: nproxy
|
|
Loading…
Reference in New Issue