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