Compare commits
No commits in common. "2f2de3a898846db2db3bebd7ffd1b61834ebea30" and "93e2a3cd78ae5ffa272ec3e708d7bbf609c6d075" have entirely different histories.
2f2de3a898
...
93e2a3cd78
|
@ -5,10 +5,6 @@ networks:
|
||||||
external: false
|
external: false
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# db:
|
|
||||||
# image: postgres
|
|
||||||
# container_name: gitea_db
|
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: gitea/gitea
|
image: gitea/gitea
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
ln -s $(pwd)/gitea.nginx.conf /etc/nginx/sites-enabled/gitea.nginx.conf
|
|
|
@ -1 +0,0 @@
|
||||||
ln -s $(pwd)/pigallery.nginx.conf /etc/nginx/sites-enabled/pigallery.nginx.conf
|
|
|
@ -1 +0,0 @@
|
||||||
ln -s $(pwd)/portainer.nginx.conf /etc/nginx/sites-enabled/portainer.nginx.conf
|
|
Loading…
Reference in New Issue