mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-04 21:27:29 -07:00
Small docker updates
This commit is contained in:
parent
d7d895bcd3
commit
78b5a0f360
@ -1,5 +1,3 @@
|
|||||||
version: "3"
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
gitea_network:
|
gitea_network:
|
||||||
external: false
|
external: false
|
||||||
|
@ -15,6 +15,7 @@ services:
|
|||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/config:/config
|
- /path/to/config:/config
|
||||||
|
- /path/to/config/configuration.yaml:/config/configuration.yaml
|
||||||
ports:
|
ports:
|
||||||
- 8123:8123
|
- 8123:8123
|
||||||
labels:
|
labels:
|
||||||
|
@ -3,7 +3,8 @@ FROM nginx:alpine
|
|||||||
COPY nginx/nginx.conf /etc/nginx/nginx.conf
|
COPY nginx/nginx.conf /etc/nginx/nginx.conf
|
||||||
COPY website /usr/share/nginx/html
|
COPY website /usr/share/nginx/html
|
||||||
|
|
||||||
EXPOSE 80
|
# Exports 81, overridden in nginx.conf
|
||||||
|
EXPOSE 81
|
||||||
|
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user