Compare commits
2 Commits
93e2a3cd78
...
2f2de3a898
Author | SHA1 | Date |
---|---|---|
Pan'kov Maksim | 2f2de3a898 | |
Pan'kov Maksim | a541c3b1ac |
|
@ -5,6 +5,10 @@ networks:
|
|||
external: false
|
||||
|
||||
services:
|
||||
# db:
|
||||
# image: postgres
|
||||
# container_name: gitea_db
|
||||
|
||||
server:
|
||||
image: gitea/gitea
|
||||
container_name: gitea
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
ln -s $(pwd)/gitea.nginx.conf /etc/nginx/sites-enabled/gitea.nginx.conf
|
|
@ -0,0 +1 @@
|
|||
ln -s $(pwd)/pigallery.nginx.conf /etc/nginx/sites-enabled/pigallery.nginx.conf
|
|
@ -0,0 +1 @@
|
|||
ln -s $(pwd)/portainer.nginx.conf /etc/nginx/sites-enabled/portainer.nginx.conf
|
Loading…
Reference in New Issue